Current File : /var/www/vinorea/var/cache/dev/ContainerNf3vR0M/getForm_Type_CurrencyService.php |
<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'form.type.currency' shared service.
return $this->services['form.type.currency'] = new \PrestaShopBundle\Form\Admin\Improve\International\Currencies\CurrencyType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['PrestaShop\\PrestaShop\\Adapter\\LegacyContext'] ?? $this->getLegacyContextService())->getLanguages(), ($this->services['prestashop.core.form.choice_provider.currency_name_by_iso_code'] ?? $this->load('getPrestashop_Core_Form_ChoiceProvider_CurrencyNameByIsoCodeService.php'))->getChoices(), ($this->services['PrestaShop\\PrestaShop\\Adapter\\Feature\\MultistoreFeature'] ?? $this->getMultistoreFeatureService())->isUsed());